Entry No.19
date: 15th, Oct

Happy Ending

Cause found for the exception: ASN1 bad tag value met !!!!!!

It turned out to be because IIS does not have the right permission to access the certificate store.  Most of the certificate stores belong to different user accounts so programs that do not belong to the same user account are not allowed to access the store.  IIS does not run under any user account!  So we have to use the Root certificate store.  The location of the store has to be set as LocalMachine instead of CurrentUser !

Also we have to set the correct permission for the HTTP handler’s assembly code so that it has access to the certificate store.

So, up to now, all the problems are solved! 

Project plan:

  1. System architecture redesign     Completed
  1.  Implement the basic operations of AS2 data exchange          Completed
  1.  Implement digital signature and encryption of messages        Completed
  1.  Integrated AS2 into the EDIS for Windows system            Completed

 

The project has been handed over to Barry at AARN on 13th, Oct, 2006 and he is happy with it.

HAPPY HAPPY

 

top
Introduction  
Events
Deliverables
workLog
aboutMe